var nhooyr.io/websocket.bufioWriterPool

3 uses

	nhooyr.io/websocket (current package)
		dial.go#L317: var bufioWriterPool sync.Pool
		dial.go#L320: 	bw, ok := bufioWriterPool.Get().(*bufio.Writer)
		dial.go#L329: 	bufioWriterPool.Put(bw)